[INFO] cloning repository https://github.com/sushiibot/sushii-rules
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sushiibot/sushii-rules" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsushiibot%2Fsushii-rules", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsushiibot%2Fsushii-rules'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 612e7c055700aa7aaf1f1921939745cf09ae13d6
[INFO] fixing sushiibot/sushii-rules against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsushiibot%2Fsushii-rules" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sushiibot/sushii-rules
[INFO] finished tweaking git repo https://github.com/sushiibot/sushii-rules
[INFO] tweaked toml for git repo https://github.com/sushiibot/sushii-rules written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sushiibot/sushii-rules on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sushiibot/sushii-rules already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3a077bf95555d3c44775a948e989bce7805c0a2dc0063ba2bf4cf6ddd32f63f9
[INFO] running `Command { std: "docker" "start" "3a077bf95555d3c44775a948e989bce7805c0a2dc0063ba2bf4cf6ddd32f63f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3a077bf95555d3c44775a948e989bce7805c0a2dc0063ba2bf4cf6ddd32f63f9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3a077bf95555d3c44775a948e989bce7805c0a2dc0063ba2bf4cf6ddd32f63f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3a077bf95555d3c44775a948e989bce7805c0a2dc0063ba2bf4cf6ddd32f63f9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking pin-project-lite v0.2.4
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]     Checking once_cell v1.5.2
[INFO] [stderr]     Checking futures-sink v0.3.12
[INFO] [stderr]     Checking futures-core v0.3.12
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]     Checking futures-task v0.3.12
[INFO] [stderr]     Checking futures-channel v0.3.12
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking futures-io v0.3.12
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling inventory v0.1.10
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]    Compiling tokio v1.2.0
[INFO] [stderr]    Compiling schemars v0.8.0
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking quick-error v2.0.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking dyn-clone v1.0.4
[INFO] [stderr]     Checking dashmap v4.0.2
[INFO] [stderr]     Checking tracing v0.1.24
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]     Checking ordered-float v2.1.1
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]     Checking typemap_rev v0.1.4
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling futures-macro v0.3.12
[INFO] [stderr]    Compiling ctor v0.1.19
[INFO] [stderr]    Compiling ghost v0.1.2
[INFO] [stderr]    Compiling inventory-impl v0.1.10
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.24
[INFO] [stderr]    Compiling schemars_derive v0.8.0
[INFO] [stderr]    Compiling serde_repr v0.1.6
[INFO] [stderr]    Compiling typetag-impl v0.1.7
[INFO] [stderr]    Compiling async-recursion v0.3.2
[INFO] [stderr]    Compiling async-trait v0.1.42
[INFO] [stderr]     Checking futures-util v0.3.12
[INFO] [stderr]     Checking thiserror v1.0.24
[INFO] [stderr]     Checking futures-executor v0.3.12
[INFO] [stderr]     Checking futures v0.3.12
[INFO] [stderr]     Checking erased-serde v0.3.13
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking twilight-model v0.3.2
[INFO] [stderr]     Checking typetag v0.1.7
[INFO] [stderr]     Checking handlebars v3.5.3
[INFO] [stderr]     Checking sushii-rules-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating src/export.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.63s
[INFO] [stderr] crater-edition-check: sushii-rules-engine v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking sushii-rules-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::model::Status`
[INFO] [stdout]  --> src/model/condition_result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::model::Status;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::model::Status`
[INFO] [stdout]  --> src/model/condition_result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::model::Status;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> src/model/condition_result.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ConditionResult {
[INFO] [stdout]   |            --------------- field in this struct
[INFO] [stdout] 5 |     /// Name of condition related to this result
[INFO] [stdout] 6 |     name: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> src/model/condition_result.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ConditionResult {
[INFO] [stdout]   |            --------------- field in this struct
[INFO] [stdout] 5 |     /// Name of condition related to this result
[INFO] [stdout] 6 |     name: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::model::Status`
[INFO] [stdout]  --> src/model/condition_result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::model::Status;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `condition_result::ConditionResult`
[INFO] [stdout]   --> src/model/mod.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 |     action::Action, condition::Condition, condition_result::ConditionResult,
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::model::Status`
[INFO] [stdout]  --> src/model/condition_result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::model::Status;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `condition_result::ConditionResult`
[INFO] [stdout]   --> src/model/mod.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 |     action::Action, condition::Condition, condition_result::ConditionResult,
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_event` is never used
[INFO] [stdout]   --> src/model/condition.rs:32:18
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl Condition {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 31 |     #[async_recursion]
[INFO] [stdout] 32 |     pub async fn check_event(
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConditionResult` is never constructed
[INFO] [stdout]  --> src/model/condition_result.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ConditionResult {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_string` is never used
[INFO] [stdout]   --> src/model/constraint.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl StringConstraint {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] 28 |     #[rustfmt::skip]
[INFO] [stdout] 29 |     pub fn check_string(&self, in_str: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_event` is never used
[INFO] [stdout]   --> src/model/constraint.rs:97:18
[INFO] [stdout]    |
[INFO] [stdout] 96 | impl Constraint {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 97 |     pub async fn check_event(
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Context` is never constructed
[INFO] [stdout]  --> src/model/context.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Context {
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_event` is never used
[INFO] [stdout]   --> src/model/rule.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Rule {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 17 |     pub async fn check_event(
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Status` is never used
[INFO] [stdout]  --> src/model/status.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Status {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_event` is never used
[INFO] [stdout]   --> src/model/condition.rs:32:18
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl Condition {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 31 |     #[async_recursion]
[INFO] [stdout] 32 |     pub async fn check_event(
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConditionResult` is never constructed
[INFO] [stdout]  --> src/model/condition_result.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ConditionResult {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_string` is never used
[INFO] [stdout]   --> src/model/constraint.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl StringConstraint {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] 28 |     #[rustfmt::skip]
[INFO] [stdout] 29 |     pub fn check_string(&self, in_str: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_event` is never used
[INFO] [stdout]   --> src/model/constraint.rs:97:18
[INFO] [stdout]    |
[INFO] [stdout] 96 | impl Constraint {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 97 |     pub async fn check_event(
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Context` is never constructed
[INFO] [stdout]  --> src/model/context.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Context {
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_event` is never used
[INFO] [stdout]   --> src/model/rule.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Rule {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 17 |     pub async fn check_event(
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Status` is never used
[INFO] [stdout]  --> src/model/status.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Status {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.77s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking sushii-rules-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/export.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.90s
[INFO] [stderr] crater-edition-check: sushii-rules-engine v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking sushii-rules-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]  --> src/model/action.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 |         user_id: u64,
[INFO] [stdout]   |                  ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]  --> src/model/action.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 |         delete_days: u8,
[INFO] [stdout]   |                      ^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/action.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 |         duration: Option<u64>,
[INFO] [stdout]    |                   ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]  --> src/model/action.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 |         user_id: u64,
[INFO] [stdout]   |                  ^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]  --> src/model/action.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 |         delete_days: u8,
[INFO] [stdout]   |                      ^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/action.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 |         duration: Option<u64>,
[INFO] [stdout]    |                   ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 |         and: Vec<Condition>,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |         or: Vec<Condition>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |         not: Box<Condition>,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 |         min_count: usize,
[INFO] [stdout]    |                    ^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |         conditions: Vec<Condition>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |         constraint: Constraint,
[INFO] [stdout]    |                     ^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 |         and: Vec<Condition>,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |         or: Vec<Condition>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |         not: Box<Condition>,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 |         min_count: usize,
[INFO] [stdout]    |                    ^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |         conditions: Vec<Condition>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/condition.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |         constraint: Constraint,
[INFO] [stdout]    |                     ^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Equals(String),
[INFO] [stdout]    |            ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |     NotEquals(String),
[INFO] [stdout]    |               ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Contains(String),
[INFO] [stdout]    |              ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ContainsAll(Vec<String>),
[INFO] [stdout]    |                 ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ContainsAny(Vec<String>),
[INFO] [stdout]    |                 ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     DoesNotContain(String),
[INFO] [stdout]    |                    ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |     DoesNotContainAny(Vec<String>),
[INFO] [stdout]    |                       ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     In(Vec<String>),
[INFO] [stdout]    |        ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 |     NotIn(Vec<String>),
[INFO] [stdout]    |           ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |     StartsWith(String),
[INFO] [stdout]    |                ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 |     DoesNotStartsWith(String),
[INFO] [stdout]    |                       ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |     EndsWith(String),
[INFO] [stdout]    |              ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |     DoesNotEndsWith(String),
[INFO] [stdout]    |                     ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Equals(String),
[INFO] [stdout]    |            ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |     NotEquals(String),
[INFO] [stdout]    |               ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Contains(String),
[INFO] [stdout]    |              ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ContainsAll(Vec<String>),
[INFO] [stdout]    |                 ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ContainsAny(Vec<String>),
[INFO] [stdout]    |                 ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     DoesNotContain(String),
[INFO] [stdout]    |                    ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |     DoesNotContainAny(Vec<String>),
[INFO] [stdout]    |                       ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     In(Vec<String>),
[INFO] [stdout]    |        ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 |     NotIn(Vec<String>),
[INFO] [stdout]    |           ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |     StartsWith(String),
[INFO] [stdout]    |                ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 |     DoesNotStartsWith(String),
[INFO] [stdout]    |                       ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |     EndsWith(String),
[INFO] [stdout]    |              ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |     DoesNotEndsWith(String),
[INFO] [stdout]    |                     ^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:78:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     Username(StringConstraint),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:78:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     Username(StringConstraint),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |     Content(StringConstraint),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 |     Author(UserConstraint),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:93:13
[INFO] [stdout]    |
[INFO] [stdout] 93 |     Message(MessageConstraint),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |     Content(StringConstraint),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 |     Author(UserConstraint),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/rule.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trigger: Trigger,
[INFO] [stdout]    |                  ^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/rule.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub conditions: Condition,
[INFO] [stdout]    |                     ^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/rule.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub actions: Vec<Action>,
[INFO] [stdout]    |                  ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]  --> src/model/rule.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Debug, Serialize, Deserialize, JsonSchema)]
[INFO] [stdout]   |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/constraint.rs:93:13
[INFO] [stdout]    |
[INFO] [stdout] 93 |     Message(MessageConstraint),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/rule.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trigger: Trigger,
[INFO] [stdout]    |                  ^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/rule.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub conditions: Condition,
[INFO] [stdout]    |                     ^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found reserved keyword `gen`
[INFO] [stdout]   --> src/model/rule.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub actions: Vec<Action>,
[INFO] [stdout]    |                  ^^^^^^^^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]  --> src/model/rule.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Debug, Serialize, Deserialize, JsonSchema)]
[INFO] [stdout]   |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::model::Status`
[INFO] [stdout]  --> src/model/condition_result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::model::Status;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::model::Status`
[INFO] [stdout]  --> src/model/condition_result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::model::Status;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sushii-rules-engine` (lib) due to 30 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `sushii-rules-engine` (lib test) due to 30 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "3a077bf95555d3c44775a948e989bce7805c0a2dc0063ba2bf4cf6ddd32f63f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a077bf95555d3c44775a948e989bce7805c0a2dc0063ba2bf4cf6ddd32f63f9", kill_on_drop: false }`
[INFO] [stdout] 3a077bf95555d3c44775a948e989bce7805c0a2dc0063ba2bf4cf6ddd32f63f9
